home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMMANAGECATS / TFRMMANAGECATS.txt
Encoding:
Text File  |  2005-02-07  |  3.0 KB  |  147 lines

  1. object frmManageCats: TfrmManageCats
  2.   Left = 192
  3.   Top = 186
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Manage categories'
  7.   ClientHeight = 207
  8.   ClientWidth = 262
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label2: TTntLabel
  21.     Left = 4
  22.     Top = 4
  23.     Width = 98
  24.     Height = 13
  25.     Caption = '&Available categories:'
  26.     FocusControl = CatLB
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 4
  30.     Top = 144
  31.     Width = 261
  32.     Height = 2
  33.   end
  34.   object CatLB: TTntListBox
  35.     Left = 4
  36.     Top = 20
  37.     Width = 149
  38.     Height = 117
  39.     ItemHeight = 13
  40.     TabOrder = 0
  41.     OnClick = CatLBClick
  42.   end
  43.   object CatNewBtn: TMMTNTBItBtn
  44.     Left = 164
  45.     Top = 24
  46.     Width = 93
  47.     Height = 25
  48.     Caption = '&New  '
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clBtnText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     TabOrder = 1
  56.     OnClick = CatNewBtnClick
  57.   end
  58.   object CatDeleteBtn: TMMTNTBItBtn
  59.     Left = 164
  60.     Top = 80
  61.     Width = 93
  62.     Height = 25
  63.     Caption = '&Delete'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clBtnText
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 3
  71.     OnClick = CatDeleteBtnClick
  72.   end
  73.   object CatRenameBtn: TMMTNTBItBtn
  74.     Left = 164
  75.     Top = 52
  76.     Width = 93
  77.     Height = 25
  78.     Caption = '&Rename'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clBtnText
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     TabOrder = 2
  86.     OnClick = CatRenameBtnClick
  87.   end
  88.   object CatUpBtn: TMMTNTBItBtn
  89.     Left = 163
  90.     Top = 108
  91.     Width = 46
  92.     Height = 25
  93.     Caption = '&Up'
  94.     Enabled = False
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clBtnText
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     ParentFont = False
  101.     TabOrder = 4
  102.     OnClick = CatUpBtnClick
  103.   end
  104.   object CatDownBtn: TMMTNTBItBtn
  105.     Left = 212
  106.     Top = 108
  107.     Width = 45
  108.     Height = 25
  109.     Caption = 'Do&wn'
  110.     Enabled = False
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clBtnText
  113.     Font.Height = -11
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = []
  116.     ParentFont = False
  117.     TabOrder = 5
  118.     OnClick = CatDownBtnClick
  119.   end
  120.   object OkBtn: TMMTNTBItBtn
  121.     Left = 175
  122.     Top = 180
  123.     Width = 82
  124.     Height = 25
  125.     Cancel = True
  126.     Caption = '&Close'
  127.     Default = True
  128.     Font.Charset = DEFAULT_CHARSET
  129.     Font.Color = clBtnText
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     TabOrder = 7
  135.     OnClick = OkBtnClick
  136.   end
  137.   object MultilineTabs: TtntAutoSizeCheckBox
  138.     Left = 8
  139.     Top = 152
  140.     Width = 103
  141.     Height = 17
  142.     Caption = 'Use &Multiline tabs'
  143.     TabOrder = 6
  144.     OnClick = MultilineTabsClick
  145.   end
  146. end
  147.